ComponentOne ASP.NET MVC Controls
GetText Method

C1.Web.Mvc.Fluent Namespace > GaugeBuilder<TControl,TBuilder> Class : GetText Method
The value.
Configurates C1.Web.Mvc.Gauge.GetText. Sets a callback that returns customized strings used to display gauge values.
Syntax
'Declaration
 
Public Function GetText( _
   ByVal value As String _
) As TBuilder
public TBuilder GetText( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

GaugeBuilder<TControl,TBuilder> Class
GaugeBuilder<TControl,TBuilder> Members